home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Very Best of Atari Inside
/
The Very Best of Atari Inside 1.iso
/
mint
/
mntlib43
/
mntlib
/
purec
/
filter.awk
< prev
next >
Wrap
Text File
|
1993-05-23
|
226b
|
22 lines
BEGIN {
output = 0
retcode = 1
printf "\t.INCLUDE \'osmacros.s\'\n\n\t.EXPORT %s\n\n", name
}
/\.ENDMOD/ && output {
retcode = 0
exit
}
output
!output && $2 == name ":" {
output = 1
print $2
}
END {
exit retcode
}